func crypto/x509.base128IntLength
4 uses
crypto/x509 (current package)
oid.go#L60: length := base128IntLength(oid[0]*40 + oid[1])
oid.go#L62: length += base128IntLength(v)
oid.go#L73: func base128IntLength(n uint64) int {
oid.go#L81: for i := base128IntLength(n) - 1; i >= 0; i-- {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |